Welcome![Sign In][Sign Up]
Location:
Search - recv send

Search list

[Hook apihookdelphi

Description: api钩子 截货了send还有recv函数-api hook cut also send a cargo recv function
Platform: | Size: 342016 | Author: | Hits:

[TCP/IP stacktcp-ipayixidailv

Description: 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放WinSock。 -a simple TCP client a process, the use of WSAStartup () initialization WinSock library. 2, the use of socket () to create a IPPROTO_TCP SOCKET. 3, the use of gethostbyname ()/gethostbyaddr () mainframe access information. 4, the use of connect (), and we create the socket connections server. 5, the use of send ()/recv () to send and receive data until we TCP end of the session. 6, the use of closesocket () closes socket connections. 7, the use of WSACleanup () release WinSock.
Platform: | Size: 5120 | Author: 顾谦 | Hits:

[TCP/IP stackMTSClientSrc

Description: 简单得TCP客户端程序。 套接字建立后,客户和服务器通过send()和recv()函数交换数据。 -a simple TCP client program. Socket establishment, the client and server through the send () and the recv () function to exchange data.
Platform: | Size: 11264 | Author: 王圣礼 | Hits:

[Game Hook Crack200611422613529

Description: 这里是使用说明: V1.1版修正了二次释放窗口会出错的问题。 运行主程序,先点“开始钩挂”然后在要抓包的游戏或者程序里面按小键盘的星号键呼叫。 然后点“开始”,就可以抓包了,点“停止”是停止抓包,回到游戏点“关闭本窗口”, 在在上面的筐筐里面可以写上保存的文件名,一般是TXT文件,要打完整的路径和名字 否则出错,退出前一定要点“释放本窗口”,不然会出错,然后再点“撤消钩挂”。 再有就是有些游戏会无发呼叫本窗口。 本程序源代码BCB 5.0通过。只用在NT,2000,XP 本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。
Platform: | Size: 280576 | Author: fdsfsdf | Hits:

[e-languageHOOKsendandrecv

Description: 易语言编写,拦截send、recv封包信息-Yi languages, intercept send, recv packet of information
Platform: | Size: 30720 | Author: hitt | Hits:

[e-languagewlfbjqzx

Description: 易语言编写的网络封包拦截,可拦截recv、send封包并可修改连续发送,易语言4.1版编译通过-Easy language to intercept network packets can be intercepted recv, send the packet and send to amend a row, easy-language version 4.1 compiler through
Platform: | Size: 25600 | Author: hitt | Hits:

[Internet-NetworkIPPack

Description: 用VC 写的一个钩子程序,有可视话界面.可以给windows任务管理器下的进程挂钩,比如QQ.对ws_2.dll的send sendto,recv,recvfrom进行了挂钩,可以截获这些内容-Using VC to write a hook procedure, if there are visual interface. Can give windows task manager process under the link, such as QQ. On ws_2.dll the send sendto, recv, recvfrom were linked, the content can be intercepted
Platform: | Size: 37888 | Author: linqj | Hits:

[Internet-Networkchatsource

Description: 聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- will create a Socket with the local port binding connect () and accept ()- establish a Socket connection listen ()- server monitor whether there is connection requests send ()- data buffer to send controllable recv ()- controllable receiver buffer closesocket ()- Close Socket.
Platform: | Size: 378880 | Author: long | Hits:

[OtherZBYM

Description: 抓包代码 那段代码,是我自己写的。这两个是东西是完成SEND和RECV两个地方,所以返回的地址不一样。这才搞出来那么多代码来-Capture code that code, I wrote it myself. These are two things to complete and Recv SEND two places, so not the same as the return address. This engage in so much code out to
Platform: | Size: 4096 | Author: 杨浩 | Hits:

[Internet-NetworkWinsock-Client-Server

Description: client与server通信,server先bind(),listen(),然后client connect(),server accept().client send(),server recv(),然后cout-client and server communications, server before bind (), listen (), then client connect (), server accept (). client send (), server recv (), then court
Platform: | Size: 1463296 | Author: liuliang | Hits:

[SCMrecv

Description: STC 2052 SPI接收数据后通过串口发送到PC 用于测试SPI是否正常。-STC 2052 receive data and send to pc by RS232
Platform: | Size: 16384 | Author: jack | Hits:

[Hook apihooksendrecv

Description: 一个HOOK SEND RECV函数拦截网络封包的程序!-HOOK SEND RECV a function of the program to intercept network packets!
Platform: | Size: 526336 | Author: 解寒瑜 | Hits:

[Internet-NetworkSocket

Description: Socket C++封装类, start, bind, listen, accept, close, send, recv-Socket C++ package type, start, bind, listen, accept, close, send, recv ...
Platform: | Size: 7168 | Author: Joker Lee | Hits:

[Hook apigreen

Description: 绿光抓包器.本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。-Ethereal green device. This procedure is only hook the " send" , " sendto" , " recv" , " recvfrom" the four functions, WSAsend, which do not hook because it is written with the API hooks Ethereal procedures, but younger brother is also a rookie, it is inevitable that BUG. The source code can be modified and published. Well, if you have changed Please give me a copy. Brother grateful.
Platform: | Size: 563200 | Author: 334 | Hits:

[Internet-NetworkLINUX

Description: 数据的发送与接收recv, send, write, read,TCP服务器, TCP客户端-Send and receive data, recv, send, write, read, TCP server, TCP client
Platform: | Size: 2048 | Author: 褚嵩 | Hits:

[Hook apilg

Description: 绿光抓包器 本程序源代码BCB 5.0通过。 本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。-Green Packetcapture source code of this program by BCB 5.0. This procedure only hook the " send" , " sendto" , " recv" , " recvfrom" This four functions, WSAsend no hook, etc., as is written in capturing Packet API hook procedures, but little brother is also a rookie, inevitably BUG. Source code can be modified and released.
Platform: | Size: 233472 | Author: 双方的 | Hits:

[Internet-NetworkNetSnoop

Description: APIHooking Network snoop introduces the basics of building a network sniffer to pick up all information being sent using TCP socket via send and recv API, obviously, these will be the two APIs to hook to get information about data being sent/received. This code is more about introducing the readers to API hooking using Network snoop as an example. The reader can modify the code to hook APIs related to socket using UDP (which is why readers require knowledge of sockets, networking). Before we start, reader will require basic knowledge of socket programming, windows hooks and a tad bit of assembly level programming.
Platform: | Size: 26624 | Author: rabert | Hits:

[Internet-Networkudplib

Description: 自己封装的UDP库,接口有create,recv,send 等里边有测试的例子。-Own library of UDP encapsulation, interface with create, recv, send, etc. inside a test case.
Platform: | Size: 47104 | Author: zf | Hits:

[Internet-NetworkSend

Description: 典型的socket模型 中心是他的框架很经典 套用心很强 recv的一些处理 不会出现粘包的现象 -Center of the socket model is typical of his strong frame is the classic set of carefully handling recv some stick pack phenomenon does not occur
Platform: | Size: 3072 | Author: 313561014 | Hits:

[TCP/IP stackSocket-send-and-recv-

Description: Socket下send和recv使用的说明及介绍 -Socket-send and recv
Platform: | Size: 4096 | Author: 李飞 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net